curl --request DELETE \
--url https://matcher.sandbox.lerian.net/v1/governance/actor-mappings/{actorId} \
--header 'Authorization: Bearer <token>'{
"code": "404",
"title": "not_found",
"message": "context not found",
"error": "<string>"
}Use este endpoint para excluir um mapeamento de ator pelo seu identificador.
curl --request DELETE \
--url https://matcher.sandbox.lerian.net/v1/governance/actor-mappings/{actorId} \
--header 'Authorization: Bearer <token>'{
"code": "404",
"title": "not_found",
"message": "context not found",
"error": "<string>"
}Bearer token authentication (format: "Bearer {token}")
Um identificador único para rastrear a requisição entre serviços.
O identificador do ator.
Mapeamento de ator excluído com sucesso
Esta página foi útil?