Cancel a drop-in booking with order processing

DELETE /v1/drop-ins/{id}/cancel

Cancel a drop-in booking with order processing

Path parameters

  • id string Required

Responses

  • 204

    Drop-in cancelled successfully

DELETE /v1/drop-ins/{id}/cancel
curl \
 --request DELETE 'https://localhost/v1/drop-ins/{id}/cancel'