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: boolean

Last updated

Was this helpful?