Rejects policy

POST /external-policies/{messageId}/reject
Rejects policy for the specified policy ID.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

messageId

string

Policy Message ID

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: boolean
}

Last updated