DELETE
/
api
/
v1
/
ingest

Remove a content record from the moderation system.

Request Body

  • clientId (string): The unique identifier of the record to delete.

Example

DELETE /api/v1/ingest HTTP/1.1
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "clientId": "unique-record-id"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clientId
string
required

The unique identifier of the record to delete.

Response

200 - application/json
message
string
required

A success message.