Delete Service
DELETE/api/services/:id
Delete Service
Request
Path Parameters
id integerrequired
Header Parameters
X-Company-Slug stringrequired
Responses
- 204
- 422
Successful response
- application/json
- Schema
Schema
any
Unprocessable Entity
- application/json
- Schema
- Example (from schema)
Schema
object
{
"service": "Service not found"
}
Loading...