DELETE
/
2025-04
/
pull-requests
/
{pullRequest}
Delete a pull request
curl --request DELETE \
  --url https://pullrule.com/api/2025-04/pull-requests/{pullRequest} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pullRequest
string
required

The unique identifier of the pull request.

Response

Unauthenticated

message
string
required

Error overview.