v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Templates

Delete business type

Delete a business type

delete/v6/templates/businessTypes/{id}

Path parameters

idstring required

The id of the business type

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "bzt_123456",
    "name": "Electrician",
    "status": "ACTIVE"
  }
}