Delete all sent notifications by targets
DELETEhttps://demo.openremote.io/api/master/notification
Delete all sent notifications by targets
Request
Query Parameters
id int64
type string
from int64
to int64
realmId string
userId string
assetId string
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- */*
- Schema
Schema
Authorization: oauth2
name: openidtype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
},
"authorizationCode": {
"authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
}
}
- curl
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L -X DELETE 'https://demo.openremote.io/api/master/notification' \
-H 'Authorization: Bearer <token>'
ResponseClear