Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the resource to delete
Response
Successful Operation
curl --request DELETE \
--url https://api.sonderplan.com/v2/resource \
--header 'Authorization: Bearer <token>'{
"success": {
"id": 1
}
}WRITE access to the ADMIN module is required to access this endpointcurl --request DELETE \
--url https://api.sonderplan.com/v2/resource \
--header 'Authorization: Bearer <token>'{
"success": {
"id": 1
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the resource to delete
Successful Operation
Show child attributes