Delete purchase by purchase store identifier. We recommend to review https://support.connectif.ai/hc/en-us/articles/10713242008988 before deleting purchases to understand the implications of this process.
DELETE https://api.connectif.cloud/purchases/purchase-id/{id}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | string | Purchase identifier of the store, to identify the purchase to delete. This is the identifier sent by the store to Connectif when the purchase was created |
Required |
This request requires the use of one of following authorization methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 204 | No Content Success. |
|
| 401 | Unauthorized Not authorized to access API. |
|
| 403 | Forbidden Permission not granted to the API Key or account has been blocked. |
HttpError |
| 429 | Too Many Requests Requests rate limit reached. |