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 } }
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