v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBTemplates
Delete business type
Delete a business type
delete/v6/templates/businessTypes/{id}
Path parameters
idstring required
The id of the business type
Response
Success
Example response
{
"data": {
"id": "bzt_123456",
"name": "Electrician",
"status": "ACTIVE"
}
}