cURL
curl --request DELETE \ --url https://api.taidalos.com/v1/subjects/{subject_id} \ --header 'Authorization: <authorization>'
{ "data": { "media_searches_deleted_count": 3, "subject_deleted": true } }
Documentation IndexFetch the complete documentation index at: https://docs.taidalos.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.taidalos.com/llms.txt
Use this file to discover all available pages before exploring further.
subject_id
OK
data represents the details of a deletion operation, including the count of media searches deleted and subject deletion status.
data
Show child attributes