Endpoints
Delete Record
Deletes a record based on the provided clientId
.
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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier of the record to delete.
Response
200 - application/json
A success message.