Delete a company
Used to delete a company which has been deactivated
Path Parameters
- companyId int32 required
Id of the company to delete
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
DELETE /v4/company/:companyid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://localhost/webconsole/api/V4/company/:companyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'