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>"
}Requires the org:write:all scope.
Token types: APP, USER | Required scopes: org:write:all
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.
Was this page helpful?