curl -i -X DELETE \
-H "QB-Token: 37d3a10a1843ac780cb6f2c683bddad2b0012bba" \
https://api.quickblox.com/events/30541483.json
Empty body
{
"errors": {
"base": [
"You are not owner of this object"
]
}
}
{
"code": null,
"message": "Couldn't find Event::Base with 'id'=123"
}
Push Notifications
Delete Event
Delete event.
DELETE
/
events
/
{event_id}
.json
curl -i -X DELETE \
-H "QB-Token: 37d3a10a1843ac780cb6f2c683bddad2b0012bba" \
https://api.quickblox.com/events/30541483.json
Empty body
{
"errors": {
"base": [
"You are not owner of this object"
]
}
}
{
"code": null,
"message": "Couldn't find Event::Base with 'id'=123"
}
Path Params
integer
ID of the event.
Headers
string
required
A user session token. See Authentication page
to learn more about the session token.
Responses
200
200
A successful response
curl -i -X DELETE \
-H "QB-Token: 37d3a10a1843ac780cb6f2c683bddad2b0012bba" \
https://api.quickblox.com/events/30541483.json
Empty body
{
"errors": {
"base": [
"You are not owner of this object"
]
}
}
{
"code": null,
"message": "Couldn't find Event::Base with 'id'=123"
}
Was this page helpful?