curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations/{id}/revoke' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
}
Revoke
POST
/
api
/
v1
/
print-stations
/
{id}
/
revoke
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations/{id}/revoke' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
}
Path parameters
string
required
Print station ID
Response
StationResponse
string
required
string,null
string
required
string[]
required
boolean
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request POST \
--url 'https://api.stateset.com/api/v1/print-stations/{id}/revoke' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_seen_at": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"printers": [
"string"
],
"revoked": false
}
Last modified on August 31, 2026