Last modified October 31, 2024
deleteToken
This function allows you to delete an Access Token by ID.
Parameter name | Type | Description | Possible Values | Example |
---|---|---|---|---|
_id | String | REQUIRED The Token ID. | _id=61d49d24857d996e6e4e5912 |
Example Call JETAPI
jetbackup5api -F panelAPI -D "call=deleteToken&_id={$TOKEN_ID}"
success: 1
message: Access Token Deleted Successfully
system:
version: 5.3.3
version_panel: 5.3.3
tier: EDGE
type: Linux
retry_ms: 0
disableui:
dr:
agreement_panel:
agreement:
licenseIssue:
data:
Example Call HTTP
https://HOST_NAME:3035/?api=1&function=panelAPI&call=deleteToken&_id={$TOKEN_ID}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.