Skip to main content
DELETE
/
api
/
v1
/
availability-types
/
{uuid}
Delete an availability type
curl --request DELETE \
  --url https://{subdomain}.mindhunters.ai/api/v1/availability-types/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Response

200

Availability type deleted successfully