Delete Webhook Subscription by Key

JFrog REST APIs

Content Type
REST API

Description: Deletes the Webhook subscription with a given key.

Security: This endpoint requires authentication using Access Tokens. You can authenticate using the following methods:

  • Administrator roles: Authenticate as admin, project admin, or user with the Platform Administrator role.

  • User with Manage Webhook role: Available from Artifactory version 7.137.0

  • Scoped token: Available from Artifactory version 7.135.0 using the system:webhooks@<project_key>/<JFrog_domain>:d scope.

Usage: DELETE /event/api/v1/subscriptions/{key}

Produces: application/json

Response Codes:

  • 204 Success of deletion (no content)

  • 404 Subscription does not exist