Sign in

Delete appointment type

documented

Deletes an appointment type by ID.

DELETE /appointment_types/{id}Appointment Typeno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$subdomain}}.repairshopr.com/api/v1/appointment_types/{{$id}}" \\\n  -X DELETE \\\n  -H "Authorization: Bearer {{REPAIRSHOPR_API_KEY}}" \\\n  -H "Accept: application/json"
Delete appointment type · RepairShopr · OpenIntegrations