Delete credit pack
Soft-delete a credit pack.
Soft-delete a credit pack.
ApiKeyAuth In: header
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/credit-packs/string"Soft-delete a credit pack.
Credit pack public ID
{
"success": true,
"data": {
"id": "string",
"deleted": true
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}