Delete A Company - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

Use this request to delete a specific company, you need the company ID as a unique identifier:

curl -i -X DELETE \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/companies/<your-company-id>'

A successful response may return 204 as the HTTP Status Code.