DELETE
/
v1
/
activity
/
:uuid
curl --request DELETE \
  --url https://app.variable.global/api/v1/activity/:uuid \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}
Requires permission:

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Success

The response is of type object.