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