curl --request DELETE \
--url https://api.sandbox.tesouro.com/identity/v1/locations/{locationId}/members/{userId} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"instance": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}Token types: APP, USER | Required scopes: team:write
curl --request DELETE \
--url https://api.sandbox.tesouro.com/identity/v1/locations/{locationId}/members/{userId} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"instance": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}Was this page helpful?