Last modified February 12, 2025

DeleteToken

This function allows you to delete an Access Token by ID.
Parameters
Parameter name Type Description Possible Values Example
_id String REQUIRED The Token ID. To find the Token ID, use the ListTokens function.   _id=61d49d24857d996e6e4e5912

Example Call JETAPI

jetbackup5api -F Panel/DeleteToken -D "_id={$TOKEN_ID}"
success: 1
message: Access Token Deleted Successfully
system:
  version: 5.3.15.0
  version_panel: 5.3.15.0
  tier: RELEASE
  type: Linux
  retry_ms: 0
  disableui:
  dr:
  agreement_panel:
  agreement:
  licenseIssue:
data:

Example Call HTTP

https://HOST_NAME:3035/?api=1&function=Panel/DeleteToken &_id={$TOKEN_ID}