Deletes an existing activity by its ID.
cURL
curl --request DELETE \ --url https://api.oneofnone.io/v1/activities/{id} \ --header 'x-api-key: <api-key>'
This response does not have an example.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
x-api-key
The ID of the activity to delete.
x >= 1
Activity deleted successfully, no content returned.