Remove Enforcements From Constraint
Delete the given enforcements from the given constraint object
Request
URI
DELETE
https://{api_host}/telco/api/securityPolicy/constraint/{constraintId}/enforcements
COPY
Path Parameters
string
constraintId
Required
The id of the Constraint
Request Body
BatchEnforcementsRemoveRequestInConstraint
of type(s)
application/json
Optional
"BatchEnforcementsRemoveRequestInConstraint Object"
array of
object
BatchEnforcementsRemoveRequestInConstraint
Optional
BatchEnforcementsRemoveRequestInConstraint
Responses
204
No Content
Operation doesn't return any data structure
500
Returns
InternalServerError
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/telco/api/securityPolicy/constraint/{constraintId}/enforcements