Delete a policy. Important if for example someone resigns
cURL
curl --request POST \ --url https://portal.yasmina.ai/api/v1/medical/policies/{policyId}/deletion \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form cancellation_document=@example-file
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id field returned from policies API's
Deleted successfully