Skip to main content
DELETE
/
StringTokens
/
{token}
Delete an existing string by token
curl --request DELETE \
  --url https://api.orchestrasolutions.com/StringTokens/{token} \
  --header 'X-Api-Key: <api-key>'
[
  {
    "fieldName": "<string>",
    "errors": [
      "<string>"
    ]
  }
]
Deleting a token cannot be undoneYou can delete a string token at any time—however, this operation cannot be undone. Once a stringToken has been deleted, it cannot be retrieved or returned.

Tokenization Guide

Complete guide with examples and token lifecycle

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Path Parameters

token
string
required

The token ID representing the string to be deleted

Response

OK