Flowbox
Flowbox
Delete Flowbox peripheral details
delete
/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid}
Delete Flowbox peripheral
Authorizations
Path parameters
flowboxUidstringRequiredPattern:
Reference to a Flowbox.
^[A-Za-z0-9-_]+flowboxPeripheralUidstringRequiredPattern:
Reference to peripheral connected to a Flowbox.
^[A-Za-z0-9-_]+tenantUidstringRequiredPattern:
Reference to a tenant.
^[A-Za-z0-9-_]+storeUidstringRequiredPattern:
Reference to a Store.
^[A-Za-z0-9-_]+Responses
204
No Content
No content
delete
/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid}DELETE /v2/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid} HTTP/1.1
Host: api.flowretail.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
204
No Content
No content
Register a Flowbox with a store.
Authorizations
Path parameters
storeUidstringRequiredPattern:
Reference to a Store.
^[A-Za-z0-9-_]+tenantUidstringRequiredPattern:
Reference to a tenant.
^[A-Za-z0-9-_]+Body
activationCodestringOptional
Responses
200
Example response
application/json
Responseobject
404
Not found
post
/tenants/{tenantUid}/stores/{storeUid}/flowboxesPOST /v2/tenants/{tenantUid}/stores/{storeUid}/flowboxes HTTP/1.1
Host: api.flowretail.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"activationCode": "text"
}{}Was this helpful?