Delete Endpoint - DeleteApprovalById
Deletes approval with the provided id.
HTTP Request
One of the following requests should be made:
Path parameters
| Name | Description |
| key | required. Id of approval that should be deleted. |
Query parameters
| Name | Description |
| repository | optional. Destination repository key. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | With value true if deletion was successful otherwise false. | boolean |
401 | Is access is denied. | |
404 | If no approval with the given id could be found. | |
500 | When an internal server occurs during the deletion of approval. | |