Appearance
Delete tokens
About 151 wordsLess than 1 minute
apiAuthenticationToken
2025-03-13
Thanks for clarifying! Based on your preference, here’s the revised API documentation:
MethodPOST
Request URL
/plugin/datafor-modeler/api/token/deleteBatch
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Content Typeapplication/json
Preconditions
- The current user's user type must be
Administrator
.
Parameters
[
"ERP",
"OA"
]
Response Examples
{
"success": true
}
HTTP Responses
HTTP Status Code | Meaning | Description | Data schema |
---|---|---|---|
200 | OK | The request was successful. | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
success | boolean | Yes | none | Indicates if the deletion was successful (true or false ). |
msg | string | No | none | Error message, if applicable. |
Is this aligned with your preferred format? Let me know if you'd like to make any further tweaks!