curl --request DELETE \
--url https://api.sandbox.tesouro.com/embedded-banking/v1/bank-accounts/{id}/access/{userId} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"errorCode": "<string>",
"instance": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}Revokes access to the specified bank account from the given user. Cannot revoke your own access.
Token types: APP, USER | Required scopes: embedded:bankaccount:write
curl --request DELETE \
--url https://api.sandbox.tesouro.com/embedded-banking/v1/bank-accounts/{id}/access/{userId} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"errorCode": "<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?