Delete Request
URL: {{server-url}}/api/v1/request/{{Request-Id}}
In order to delete a request, you have to call the above endpoint with the following key-values:
Header
Key | Description |
---|---|
Authorization | Bearer {access token obtained after authorization} |
Example (Request & Response)
Request
curl --request DELETE \
--url 'https://172.16.12.135/api/v1/request/22'
Response
{
"userMessage": "Request has been archived successfully.",
"warningMessage": null,
"id": 22
}