Delete special open hours
DELETEhttps://api.staging.powerapi.com/api/v1/businesses/:id/special_open_hours/:special_open_hour_id
Delete special open hours
Request
Path Parameters
id stringrequired
special_open_hour_id stringrequired
Responses
- 204
- application/vnd.api+json
- Schema
- Example (auto)
Schema
object object
{}
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.staging.powerapi.com/api/v1/businesses/:id/special_open_hours/:special_open_hour_id' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear