Service
Cancel Service
Allows the authenticated user to cancel a specific service associated with their account. The user provides a service_id and optionally a cancel feedback and comment.
DELETE
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Path Parameters
ID of the Service to cancel
Body
application/json
Service cancellation details.
The body is of type object
.
Response
200 - application/json
Successfully canceled the service.
The response is of type object
.