cURL
curl --request DELETE \ --url https://sandbox.tight.com/v6/templates/businessTypes/{id} \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "data": { "id": "bzt_123456", "name": "Electrician", "status": "ACTIVE" }, "error": [ { "type": "UNKNOWN_ERROR", "message": "<string>", "param": "<string>" } ] }
Delete a business type
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
The id of the business type
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes