Remove Remote Policy
DELETE /external-policies/{messageId}
Removes the remote policy from the current Guardian instance.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
messageID
string
Message ID
Response
description: Successful operation.
content:
application/json:
schema:
type: array
items:
type: booleandescription: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated