Delete appointment type
documentedDeletes an appointment type by ID.
DELETE /appointment_types/{id}Appointment Typeno implementation yet0 runsNo 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"