Logo
⌘K

Delete Branding

Delete all branding connected to your account.
Parameters

id

string

Required

Unique identifier of the branding item to delete.
Returns

Success status of the delete operation.

DELETE

/branding/delete

curl -X DELETE 'https://www.artelo.io/api/open/branding/delete?id=e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}