Skip to content

Release one of a license's seats

POST
/v1/licenses/{id}/release
curl --request POST \
--url https://api.extport.dev/api/v1/licenses/example/release \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "fingerprint": "example" }'
id
required
string
Media typeapplication/json
object
fingerprint
required
string
>= 1 characters
Examplegenerated
{
"fingerprint": "example"
}

Released (idempotent)

License or device not found