Skip to content

Delete a pipeline stage

Request

Delete a custom pipeline stage.

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

DELETE
/leads/api/pipeline-stages/{uuid}
curl -i -X DELETE \
  'https://leadgen.grinfi.io/leads/api/pipeline-stages/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Stage deleted.