Skip to main content
DELETE
/
identity
/
v1
/
organizations
/
{organizationId}
/
logo
Deletes a logo for an organization.
curl --request DELETE \
  --url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/logo \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

organizationId
string<uuid>
required

The organization ID.

Response

Logo deleted successfully.