Skip to main content
DELETE
/
api
/
v1
/
schedules
/
{uuid}
Delete a schedule
curl --request DELETE \
  --url https://{subdomain}.mindhunters.ai/api/v1/schedules/{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

Schedule deleted successfully