Deletes an order cancellation with a specified ID.
Important: Only cancellation orders with a
status
ofdraft
can be deleted.
Cancellation deleted.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Conflict.
$service = new Rebilly\Sdk\CoreService($client); $service->subscriptionCancellations()->delete('cancellationId');
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}