Delete Token Service Account

Delete Token Service Account

Delete the specified api token of the given service account

Request
URI
DELETE
https://{api_host}/api/v2/apitoken/serviceaccount/{id}/{token}
COPY
Path Parameters
string
id
Required

id

string
token
Required

token


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerListUserApiToken of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": [
        {
            "tokenID": "string",
            "tokenName": "string",
            "account": "string",
            "accountType": "string",
            "lastUsed": 0,
            "dateGenerated": 0
        }
    ]
}
status
Required

status

response
Optional

response