Skip to main content
DELETE
/
pipeline-activities
/
{id}
Delete a pipeline activity
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/pipeline-activities/{id} \
  --header 'Authorization: Bearer <token>'
A pipeline activity, such as a call, email, or meeting, associated with one or more companies, contacts, members, and opportunities.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The pipeline activity uuid.

Response

204