Skip to main content

Delete organization token

DELETE 

/v1/organization/:organizationUid/security-token/:organizationSecurityTokenID

Deletes organization token in your organization by organizationUid and organizationSecurityTokenId.

  1. We use different authentication in the x-auth header for /organization endpoints, 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

FieldTypeRequiredDescription
organizationUidstringrequiredUnique Organization Identification
organizationSecurityTokenIdstringrequiredSecurity token Identification

Request

Responses

OK

Response Headers
    Content-Type