This API endpoint allows you to delete a manifest by providing the client identifier of the manifest. Note that the manifest must be deletable for it to be deleted via the API. If the manifest cannot be deleted, an error message with the reason will be returned in the response.
| Code | Description |
|---|---|
| 400 | Bad Request |
| 403 | Forbidden |
| 404 | Not Found |
| 422 | Unprocessable Entity |
| 500 | Internal Server Error |
curl "https://app.octopi.co/api/v1/manifests/CLIENTIDENTIFIER123.json" -X DELETE -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token token=ADD TOKEN HERE"
| Param name | Description |
|---|---|
|
client_identifier required |
The client identifier of the manifest to be deleted. Validations:
|