| HTTP status | Error code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 403 | FORBIDDEN | You do not have permission to access this resource |
| 404 | NOT_FOUND | Notification subscription not found |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location --request DELETE 'https://api.paypaga.com/v2/notification-subscriptions/'{
"error": {
"code": "NOT_FOUND",
"message": "Notification subscription not found"
}
}