# Delete Endpoint - DeleteApprovalById

Deletes approval with the provided id.

# HTTP Request

One of the following requests should be made:

DELETE /odata/approvals({key})
DELETE /odata/approvals/{key}

# Path parameters

Name Description
key required. Id of approval that should be deleted.

# Query parameters

Name Description
repository optional. Destination repository key.

# Request headers

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.
Last updated: February 14, 2025 at 8:26 AM