Skip to main content
DELETE
/
v1
/
companies
/
{companyId}
DeleteCompanyByIdV1
curl --request DELETE \
  --url https://pub-api.conversion.ai/api/v1/companies/{companyId}
{
  "data": true,
  "httpStatus": 123,
  "message": "<string>"
}

Path Parameters

companyId
string
required

the company id

Response

200 - application/json

success

data
boolean

If success data is populated otherwise it's empty

httpStatus
integer
message
string