Delete Server Token

URL: http://{tenantFQDN}/admin/api/v1/serverTokens/{serverTokenId}

Method: DELETE

Authentication: Super credentials

Response body

Field

Data type

Mandatory

Description

version

String

Y

Defines the version of the API.

status

String

Y

Defines the response status. For a successful response, its value will be “success”.

data

Object

Y

This is the element which encapsulates the API response. For this API, its value is null.

{

  "version": "1",

  "status": "success",

  "data": null

}

HTTP status codes, error codes, and messages

HTTP response code

Error code

Error message

Scenario

401

 

Unauthorized

 

403

 

Forbidden

 

404

 

Not found

 

500

 

Internal server error

 

{

  "version": "1",

  "status": "failure",

  "error": {

    "code": 101033,

    "message": "Bad request",

    "errors": [

      "string"

    ]

  }

}