Files
bookhoard/bruno-yaml/devices/scenarios/Delete Device.yml
T

23 lines
387 B
YAML

info:
name: Delete Device
type: http
seq: 6
http:
method: DELETE
url: '{{base_url}}/api/devices/{{device_id}}'
auth: inherit
body:
type: none
headers:
- key: Authorization
value: Bearer {{token
docs: |-
## Delete Device
Deletes a device and unregisters it from the user's account.
**Method:** DELETE
**Endpoint:** /api/devices/{deviceId