Revokes an authority over an auto client mapping from an actor

POST /webhosts/{webhostId}/autoclientmappings/{autoClientMappingId}/authorities/{authorityId}/revoke

Parameters

Name Required Type Description
webhostId true string
autoClientMappingId true string
authorityId true string
id true string

Response

"type": "object", "description": "Status of Operation", "properties": { "ok": { "type": "boolean", "description": "Indicates whether the operation succeeded or not" } } }