Voltar para Search and Discovery
deleteIndexDocument
ENDPOINT
Remove um documento do índice por entityType/entityId.
System
Search and Discovery
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{3}
http
:
{2}
successStatus
:
200
errorStatusMap
:
{6}
path
:
"/v1/index/documents/{entityType}/{entityId}"
method
:
"DELETE"
Input Schema
{3}
type
:
"object"
required
:
[4]
0
"authToken"
1
"userId"
2
"entityType"
3
"entityId"
properties
:
{4}
userId
:
{2}
entityId
:
{2}
authToken
:
{2}
entityType
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"success"
1
"data"
2
"meta"
properties
:
{3}
data
:
{1}
meta
:
{1}
success
:
{1}