Delete organization token
DELETE/v1/organization/:organizationUid/security-token/:organizationSecurityTokenID
Deletes organization token in your organization by organizationUid and organizationSecurityTokenId.
- We use different authentication in the x-auth header for
/organizationendpoints, which consists of USER TOKEN_ID and TOKEN_SECRET (separated by “:”). You can find both on the Settings page (https://box.signageos.io/settings) in SignageOS Box. Learn more here.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
organizationUid | string | required | Unique Organization Identification |
organizationSecurityTokenId | string | required | Security token Identification |
Request
Responses
- 200
OK
Response Headers
Content-Type