delete
/{tenantId}/v1/logoDelete tenant logo
Requires Authentication
Tenant
Removes the tenant's logo
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Logo deleted successfully
Code Examples
curl -X DELETE 'https://api-next.checkio.co.uk/{tenantId}/v1/logo' \
-H 'Authorization: Bearer {token}'