RejectPolarClawDevicePair

Updated at:
Copy as MD

Rejects a PolarClaw device pairing request.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

The application ID.

pa-**************

PairRequestId

string

Yes

The pairing request ID.

req-abc-123

Response elements

Element

Type

Description

Example

object

The response object.

RequestId

string

The request ID.

CD35F3-F3-44CA-AFFF-BAF869******

Message

string

The returned message.

successful

Code

integer

The response status code.

200

ApplicationId

string

The application ID.

pa-**************

PairRequestId

string

The pairing request ID.

req-abc-123

DeviceId

string

The unique device ID.

device-784x37k0vko734fk

Examples

Success response

JSON format

{
  "RequestId": "CD35F3-F3-44CA-AFFF-BAF869******",
  "Message": "successful",
  "Code": 200,
  "ApplicationId": "pa-**************",
  "PairRequestId": "req-abc-123",
  "DeviceId": "device-784x37k0vko734fk"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.