Action
Disassociate policy from action
Disassociates a policy from the specified approval action.
delete/approval/action/{id}/policy/{policy_id}
Path parameters
idinteger required
The ID of the approval action.
policy_idinteger required
The ID of the policy to disassociate.
Response
The operation was successful.
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.