- Overview
- Getting Started
- Glossary
- Where to start?
- What does agent-client mean?
- Resource monitoring
- Reseller webhooks
- Installation
- Generating VPN accounts
- User Guide
- Best Practices
- Integrations
- APIs for User
- APIs for Reseller
- User Stories and Use Cases
- Video Tutorials and Walkthroughs
- Troubleshooting
- Contact and Support
Delete notification by Id
DELETE
/user/notify/{id}
/user endpoint
Request
Path Params
id
string
required
Query Params
token
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://test.your-api-server.com/user/notify/'
Responses
🟢200Success
application/json
Body
message
string
required
Example:
Successfully deleted
Example
{
"message": "Successfully deleted"
}
🟠400400
🟠401401
🟠403403
🟠404404