curl -X POST https://alfred.black/api/v1/devices/clear \ -H "Authorization: Bearer alf_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "pending_only": true }'
{ "message": "Devices cleared" }
Bulk clear pending or all devices
Was this page helpful?