Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Matcher
cURL
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>", "details": {} }
Use this endpoint to delete an actor mapping by its identifier.
Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
The actor identifier.
Actor mapping successfully deleted
Was this page helpful?