Sign in

Delete resource

documented

Delete a resource by ID.

DELETE /api/resources/{resource_id}Resourcesno 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/resources/{{$resource_id}}" \
  -X DELETE \
  -u "{{DEVICEMAGIC_API_KEY}}:x" \
  -H "Accept: application/json"