Delete an activity
DELETE {{baseUrl}}/activities/:id
Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1}}