cURL
curl --request DELETE \ --url https://pub-api.conversion.ai/api/v1/companies/{companyId}
{ "data": true, "httpStatus": 123, "message": "<string>" }
Delete company by id from public api
the company id
success
If success data is populated otherwise it's empty
Was this page helpful?