mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
71 lines
No EOL
1.8 KiB
Text
71 lines
No EOL
1.8 KiB
Text
---
|
|
id: delete-a-access-token
|
|
title: "Delete a access token."
|
|
description: "Delete a access token."
|
|
sidebar_label: "Delete a access token."
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJx9Uj1v2zAQ/SvCm1qArZGVm4t4MJAhaNNJ0EBLF4uIRCrkyahB8L8XR8lBhDbZpMPjva9L6Ci2wU5svYPGPQ3EVJnKtC3FWLF/IfcdCmzOEbrGfpk/yRyNQqR2Dpav0HXCDzKBQrWfuYeum9woTCaYkZhCLIjY9jQa6AS+TgSNyMG6M7JCoNfZBuqgOcyk4MwogEVI4Tt2ULAiczLcQ9YHipN3kSJ0ygojce87aHTFB9SC1Ngta74VP7u0WZohNsLlpnEOg7y43BWGm8FforzwbG2+OemZJ9lUcNA4FRRyFs3PXpBCseR8uZNMLQ+CfDTu7AfrqqNjOgcjXVT7x6OkMvnIo3Hyeg3kw4o2TSa03jE5/rTURTnTH95Ng7FOGIv9tAZX431wUNDbPhqF3kcWYEonE+l3GHKW8etMQa6iUbiYYM1JrNYJnY3y3UE/myHSJ7K//Fwv4mv1kdZ1aNwVQjPM8geFF7r+czq5eX8g94eHw9MBCmbb4tqaun2I5P+ypLQgyvqc30iXoHKTc/4LFD8j6Q==
|
|
sidebar_class_name: "delete api-method"
|
|
info_path: 03-Pangolin/07-API/pangolin-integration-api
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Delete a access token."}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"delete"}
|
|
path={"/access-token/{accessTokenId}"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Delete a access token.
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
children={"Request"}
|
|
>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
parameters={[{"schema":{"type":"string"},"required":true,"name":"accessTokenId","in":"path"}]}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
title={"Body"}
|
|
body={undefined}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
id={undefined}
|
|
label={undefined}
|
|
responses={{}}
|
|
>
|
|
|
|
</StatusCodes>
|
|
|
|
|
|
|