Skip to main content

Cancel appointment.

Cancel appointment.

DELETE
/api/partners/v1/community/:community_id/appointments/:appointment_id/

Request

Example requestDELETEapplication/json
$ curl -X DELETE \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{}' \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/appointments/952/"

Response

Example responseJSON200 · application/json
{
"success": true
}