Deleting the Specified Test
Delete policy test. Only users with the Standard Registry role are allowed to make the request.
Authorizations
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001
testIdstringRequiredExample:
Test Id
000000000000000000000001
Responses
200
Successful operation.
application/json
Responseboolean
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
delete
DELETE /api/v1/policies/{policyId}/test/{testId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
true
Last updated