curl -X POST https://alfred.black/api/v1/devices/req_7k9m3p2q1/reject \
-H "Authorization: Bearer alf_your_key_here"
{
"message": "Device rejected"
}
Reject a pending device pairing request
curl -X POST https://alfred.black/api/v1/devices/req_7k9m3p2q1/reject \
-H "Authorization: Bearer alf_your_key_here"
{
"message": "Device rejected"
}
requestId in the URL path, not deviceId. The request ID is the identifier of the pending pairing request.curl -X POST https://alfred.black/api/v1/devices/req_7k9m3p2q1/reject \
-H "Authorization: Bearer alf_your_key_here"
{
"message": "Device rejected"
}
Was this page helpful?