Skip to main content
DELETE
/
entities
/
{entity_id}
/
logo
Delete an entity's logo
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Path Parameters

entity_id
string<uuid>
required

A unique ID to specify the entity.

Example:

"ea837e28-509b-4b6a-a600-d54b6aa0b1f5"

Response

Successful Response