Passa al contenuto principale

DELETE /users/:uuid/status

Unassigns a custom status from a user.

Required Parameters

ParameterTypeDescription
uuidstringThe user uuid

Example Request

curl -X DELETE "https://api.callbell.eu/v1/users/414a6d692bd645ed803f2e7ce360d4c8/status" \
-H "Authorization: Bearer test_gshuPaZoeEG6ovbc8M79w0QyM" \
-H "Content-Type: application/json"

Response

API response is empty.