Deletes a notification
DELETE /v1/notification/{notificationID}
Summary
Deletes a notification.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| notificationID | path | integer (int64) | Yes | The ID of the notification to delete. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.