Checkio API
delete/{tenantId}/v1/logo

Delete tenant logo

Requires Authentication
Tenant

Removes the tenant's logo

Path Parameters

NameTypeDescription
tenantId
required
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}'