Skip to main content
DELETE
/
pipeline-activity-types
/
{id}
Delete a pipeline activity type
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/pipeline-activity-types/{id} \
  --header 'Authorization: Bearer <token>'
A classification for activities that occur during the sales process.

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 type uuid

Response

204