Files
authentik/website/docs/developer-docs/api/reference/providers-proxy-destroy.api.mdx
2024-09-13 12:17:54 -05:00

276 lines
9.0 KiB
Plaintext

---
id: providers-proxy-destroy
title: "providers_proxy_destroy"
description: "ProxyProvider Viewset"
sidebar_label: "providers_proxy_destroy"
hide_title: true
hide_table_of_contents: true
api: eJytVMFu2zAM/RVDpw0I4qztYchpxRYMAdoiWLtehiCQLSZWo0iqJGc1DP/7SNlO3CXtYdjJtESRj4+PrJmx4HiQRs8FmzLrzF4KcH6F1ku1EuCDMxUbMbRyJy15ot+Cbhedc/Io4beHgF6WO76DgAHY9FfNJPlaHgq80niBf1Kg7fMCdpxNaxYqG091gA041vyd6DoptXwuIek8kj1X9CdAB7mupN4koZA+iYCSHtEYczh4LqUDrCq4EprliAW+IVjHIhkeeshLJ0MV8fIyFBR4i39LeuLAW6M9eMJ6Mbmiz2uAdybpnZLMiIpKuJpMyDE3iFkHMrm1SuaR5/TJ08P6lASTPUEeTrh+5EqK+DSZOWcc0eyobUG2uLTRq7UEJVZA934QkjvHqXsywG54jl1F6liDYHMj4PwNF0JSWq4Ww3x4E2RQ8Apai6xpThrY8nH5H/n4DhqczJPrxfwNQgQELtWZot6r9qiXX32A5bHSLuk7ZeIRKr8wNEYCFA5BnAfU/pSlB8mlca7SWoompUEAt++HpXSKXLmV6f4yZc1AnPdETVvbQKKHKooQbD9V9J8BdzRMCEnqtYmeXR3H5yNGmVv0F5OLq/Hn8acTrm/5lkasf9V2LPFyZxXQkFFLeR5bir0jzlkBSpkvG3PINJaGmMd+Aw5JFGy7Cm7nDxiiLZtK8NM03chQlNk4N7t0ECI9WpkyWYqpdHoz/zq7u5/FMq3xYcf1IPiB8SQynryxyQaqfHOpdSwHeAmpVZiayomw667Bw50SxfhCiaZx15GKCoRHXnWdcQ8/nWoaOsa95mjxoLnnTvKMWoRKENKTjUpac+XhHcgffnSq/Zj8+6Y8W1+/QDRVEkORykdsC1W7xZslehXAMUgE3V5c5znYMHhyMumk68OgfJvdzB5m6E4NHii6U/CoNyjBWUTIaPR4MFvQyGoPMNA/YWyaP+4bYzM=
sidebar_class_name: "delete api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"providers_proxy_destroy"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/providers/proxy/{id}/"}
>
</MethodEndpoint>
ProxyProvider Viewset
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"id","schema":{"type":"integer"},"description":"A unique integer value identifying this Proxy Provider.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"204"}
value={"204"}
>
<div>
No response body
</div><div>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>