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