2.15.2. deleteRepoNotification
Deletes the specified notification.
DELETE /api/v1/repository/{repository}/notification/{uuid}
Authorizations: oauth2_implicit (repo:admin)
Path parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| path |
uuid | The UUID of the notification | string |
| path |
repository | The full path of the repository. e.g. namespace/name | string |