Delete a Business
DELETEhttps://api.staging.powerapi.com/api/v1/businesses/:id
Delete a Business
Request
Path Parameters
id int32required
Responses
- 204
Delete a Business
- application/vnd.api+json
- Schema
Schema
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' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear