InsionInsion
Ingest

Delete a record

Remove a record from the moderation system by its client ID.

DELETE
/api/v1/ingest

Authorization

bearerAuth
AuthorizationBearer <token>

Provide an API key from the Insion dashboard in the Authorization header: Bearer YOUR_API_KEY.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/ingest" \  -H "Content-Type: application/json" \  -d '{    "clientId": "string"  }'
{  "message": "Success"}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "string"  }}