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.
DELETE
https://example.thoughtindustries.com/incoming/v2/licenses/:idExample request
curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/licenses/:id" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
id | uuid | Yes | path | Unique identifier of the license to delete. |
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"deleted": true
}Response fields
| Field | Type | Description |
|---|---|---|
id | uuid | Identifier of the deleted license. |
deleted | boolean | Indicates the license was deleted. |