Delete an companies
DELETE/companies/:id
Delete by companies ID
Responses
- 204
- 400
- 404
- 500
No Content
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Loading...