Calendar_Events - Delete a Calendar Event
DELETE yourdomain.com/api/calendar/:id
Header
json
| Field | Type | Description | 
|---|---|---|
| Authorization | String | 
 Basic Access Authentication token.  | 
Parameter
json
| Field | Type | Description | 
|---|---|---|
| ID | Number | 
 ID for data deletion.  | 
HTTP/1.1 200 OK
{
  "status": true,
  "message": "Data Deleted Successfully"
}
HTTP/1.1 404 Not Found
{
  "status": false,
  "message": "Data Delete Fail"
}