Delete a company
DELETE/companies/:id
Deletes a company and logs the deletion
Request
Path Parameters
id stringrequired
Responses
- 200
Company deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
name stringrequired
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris"
}
Loading...