DELETE
/
v1
/
activities
/
{activityId}
curl --request DELETE \
  --url https://api.oneofnone.io/v1/activities/{activityId} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Path Parameters

activityId
integer
required

The ID of the activity to delete.

Required range: x >= 1

Response

204
_mintlify/placeholder

Activity deleted successfully, no content returned.