Sign in

Revoke dispatched form

documented

Delete a dispatched form.

DELETE /api/v2/devices/{device_identifier}/dispatches/{dispatch_id}.(xml|json)Dispatchesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.devicemagic.com/api/v2/devices/{{$device_identifier}}/dispatches/{{$dispatch_id}}.{{$extension}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Revoke dispatched form · Device Magic · OpenIntegrations