A valid request URL is required to generate request examples
{ "success": true, "message": "<string>", "deleted": { "episode": true, "statements": 123, "entities": 123, "facts": 123 } }
Delete a specific log entry and associated episode if it exists
cURL
curl --request DELETE \ --url {protocol}://{domain}/api/v1/logs/{logId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Log identifier
Log ID to delete
Log deleted successfully
Show child attributes
Was this page helpful?