Skip to content

Delete a company

Request

Permanently delete a company by UUID.

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

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

Responses

Company deleted.

Response
No content