DELETE v1/{subscriptionID}/projects/{projectID}/webSecurityToken
Revokes a web security token and returns a new one.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a new web security token.
WebSecurityTokenModelName | Description | Type | Additional information |
---|---|---|---|
SecurityToken |
Gets the security token. |
string |
None. |
ModificationTime |
Gets the last modification time of the security token. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "SecurityToken": "sample string 1", "ModificationTime": "2022-05-23T18:28:01.1179228Z" }