Silicon Navigator™ API
Token
DELETE /api/application/token/delete
Delete a application_tokens record by id or token.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
id | integer | No | id as string convert from int | |
token | string | No | token | [ 1 .. 1000 ] characters |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error