Skip to main content
DELETE
/
v1
/
media-searches
/
{media_search_id}
Delete Media Search
curl --request DELETE \
  --url https://api.taidalos.com/v1/media-searches/{media_search_id} \
  --header 'Authorization: <authorization>'
{
  "context": {
    "method": "{method}",
    "path": "{path}"
  },
  "details": "Details explaining the error",
  "instance": "/org/{org_id}/user/{user_id}/request-id/{request_id}",
  "title": "Error Title",
  "type": "https://errors.taidalos.com/common/{error-type}"
}

Headers

Authorization
string
required

Path Parameters

media_search_id
string
required

media_search_id

Response

OK