Description: Delete the token
URL: http://{your-server-url}/api/v1/token/request
Method: DELETE
Token Required: False
content-type: application/json or content-type: application/xml
Type: Nexus.AppSpace.Service.Contract.Messages.Token.TokenRequest
| Parameter | Type | Nullable |
|---|---|---|
| Request.Authentication | Nexus.AppSpace.Service.Contract.Messages.Authentication | False |
Type: Nexus.AppSpace.Service.Contract.Messages.Token.TokenResponse
<TokenRequest xmlns="http://schemas.datacontract.org/2004/07/Nexus.AppSpace.Service.Contract.Messages.Token" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Authentication xmlns="http://schemas.datacontract.org/2004/07/Nexus.AppSpace.Service.Contract.Messages">
<AccountId>String</AccountId>
<SecurityToken>String</SecurityToken>
</Authentication>
</TokenRequest>
{
"Authentication":{
"AccountId":"String",
"SecurityToken":"String"
}
}