curl --request DELETE \
--url https://pullrule.com/api/2025-04/pull-requests/{pullRequest} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Permanently deletes a pull request object. This action cannot be undone. This can be useful to resync the pull request state from the source repository.
Note: Pull requests are automatically resynced when they are updated and results in the pull request being available again in the application.
curl --request DELETE \
--url https://pullrule.com/api/2025-04/pull-requests/{pullRequest} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}