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 this endpoint to delete an actor mapping by its identifier.
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>"
}Was this page helpful?