cURL
curl --request DELETE \ --url https://api.camelai.com/api/v1/appearance/{id}/ \ --header 'Authorization: Bearer <token>'
Delete an appearance configuration. If it’s the default theme, the organization will have no default theme after deletion.
JWT or API key authentication using Bearer scheme
No response body
Was this page helpful?