Skip to main content
DELETE
/
v1
/
subjects
/
{subject_id}
Delete Subject
curl --request DELETE \
  --url https://api.taidalos.com/v1/subjects/{subject_id} \
  --header 'Authorization: <authorization>'
{
  "data": {
    "media_searches_deleted_count": 3,
    "subject_deleted": true
  }
}

Headers

Authorization
string
required

Path Parameters

subject_id
string
required

subject_id

Response

OK

data
object

data represents the details of a deletion operation, including the count of media searches deleted and subject deletion status.