Discontinue Policy

Discontunue policy.

put

Discontunue policy. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdanyRequired

Policy identifier.

Body
dateobjectOptional
Responses
200

Policies.

application/json
Responseobject[]
put
/policies/{policyId}/discontinue
PUT /api/v1/policies/{policyId}/discontinue HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 11

{
  "date": {}
}
[
  {}
]

Last updated