cURL
curl --request DELETE \ --url https://api.sandbox.monite.com/v1/entities/{entity_id}/logo \ --header 'Authorization: Bearer <token>' \ --header 'x-monite-version: <x-monite-version>'
{ "error": { "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique ID to specify the entity.
"ea837e28-509b-4b6a-a600-d54b6aa0b1f5"
Successful Response