Revoke Device Authorization

Revoke device authorization

Request
header Parameters
x-client-version
string
Default: 0.0.0

Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Example: 2.16.4
Request Body schema: multipart/form-data
client_id
string

Must be a unique identifier per hardware device, such as a unique hardware serial number. Must be the same client_id used on initial authorization.

client_secret
string

A static string, provided by Frame.io to be embedded for a device manufacturer/model. Acts as an identifier within Frame.io.

token
string
Responses
200
Response Schema: application/json
object
post/v2/auth/revoke
Request samples
Response samples
application/json
{ }