Skip to main content
https://.thoughtindustries.com

Licenses

Deletes the specified license and returns the deleted license object with its full associated data

Deletes the specified license and returns the deleted license object with its full associated data.

DELETEhttps://example.thoughtindustries.com/incoming/v2/licenses/:id

Example request

curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/licenses/:id" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
iduuidYespathUnique identifier of the license to delete.

Example response

{
  "id": "00000000-0000-0000-0000-000000000000",
  "deleted": true
}

Response fields

FieldTypeDescription
iduuidIdentifier of the deleted license.
deletedbooleanIndicates the license was deleted.