# Delete approval

Deletes a pending approval record. Approvals can only be deleted if the status is pending.

Endpoint: DELETE /approvals/{approval_id}
Version: v1
Security: AuthToken

## Path parameters:

  - `approval_id` (integer, required)
    The ID of the approval record to delete.

## Response 404 fields (application/json):

  - `message` (string)
    Example: "not found"


