DELETE
/
v1
/
activities
/
{activityId}
curl --request DELETE \
  --url https://api.useconquest.com/v1/activities/{activityId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

activityId
string
required

Response

200
application/json

Successful response

The response is of type object.