Delete an instalment plan
DELETE
https://api.tamio.com/v2/instalments/{uuid}
Deletes an instalment plan by its UUID. The plan must belong to the authenticated user and must not have any active subscriptions associated with it.
Path Parameters
uuid
string*
UUID of the instalment plan to delete
Responses
200
Instalment plan deleted successfully
Instalment plan deleted successfully
status
integer
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
10344 | PlanHasSubscriptions |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string