Delete a company
DELETE/companies/:companyID
Deletes a company and logs the deletion
Request
Path Parameters
companyID uuidrequired
Responses
- 200
Company deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
Unique identifier of the company
name stringnullablerequired
Name of the company
specific
object
nullable
required
Value specific to the company with arbitrary structure
nullable
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"specific": {
"customField": "customValue"
}
}
Loading...