I only see GET and POST verbs for hook events on Bitbucket. Is there a way to delete or modify them somehow?
Asked
Active
Viewed 242 times
1 Answers
1
Yes. Just append /{uid}
after /hooks
, and you get actions to operate on individual ones. See https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/hooks/%7Buid%7D for documentation on them.

Joseph Sible-Reinstate Monica
- 45,431
- 5
- 48
- 98