Pular para o conteúdo principal

DELETE /custom_statuses/:uuid

Deletes a specific custom status given an id.

caution

This operation is unreversible. Always double-check the correctness of your code.

Required Parameters

ParameterTypeDescription
idstringUnique identifier of the custom status

Example Request

curl -X DELETE "https://api.callbell.eu/v1/custom_status/5f5b5ad9-80d3-42d9-b950-2c7bb7b1e307" \
-H "Authorization: Bearer test_gshuPaZoeEG6ovbc8M79w0QyM" \
-H "Content-Type: application/json"

Response

ParameterTypeDescription
statusstringStatus of the operation.

Example Response

response.json
{
"status": "custom status was destroyed"
}