Files
authentik/website/docs/developer-docs/api/reference/managed-blueprints-destroy.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

275 lines
9.0 KiB
Plaintext

---
id: managed-blueprints-destroy
title: "managed_blueprints_destroy"
description: "Blueprint instances"
sidebar_label: "managed_blueprints_destroy"
hide_title: true
hide_table_of_contents: true
api: eJytVFtP2zAU/iuRnzapaqrCw9SnwaimSoDQgL2gqnLi08bUsY3tVKui/PedkwsJpPAw7SmOfS7f951LyYwFx4M0eiXYguVc8x2ITaIKsE7q4DcCfHDmyCYMT6mTlozR9LIziaT2gesUPNpY7ngOAZxni6eSSbK0PGT4pPEB/zrrTVFIgdc+zSDnbFGycLRkgOmk3uHL1ricB7ypLav3AC6ix8fVVdSYR1KADnJ7pHPIpI96fKs24xRjOngppAPkGlwB1XrCAt8R1o46wysPaeFkONYUeBEyCr3HvzU5OPDWaI90EfN8dk6ft8huTdQZRYkRR8J+PpuRYWp0wGh05NYqmdbax8+eHMuxGCZ5hjSMxP/NlRS1a7R0zjhS3lEpg2xwaaM3WwlKbIDe/SAkd45TOWWA3I91rxBsagScfuFCSErL1d0wH74EGRS8gdYgq6pR5Ro9zv6jHj9Bg5NpdHG3+kAQAYFLdYLUZ2z7bnnqAqx7pm3ST2jiFQ5DZmi0BCici3pEcBwWLG4bLu5nLS7fDEcV03iAO3TTVDhFjtzK+HAWs2rQqvckVMN00LCvnLIQbDdr9J8Ad+BqgFJvTW3ZsurdJ4wyN1zms/n59Nt0PlL+hu9p5Dqvpn6Rl7lV9cBRgXlaFxgrSRVgGShlvu/Ma6apNFQHrD7gyNTt2+yKm9UDhmhoEwW/iOOdDFmRTFOTx4MQcX9KlElQXKnj69WP5e39sqZpjQ+o+CB4q3/U6x99sOsGbfrB2mtlDvAnxFZhbuJT4y7bevcLZsL6jPizeL8QqcUyREs+ZZlwD49OVRVdvxTgaCvh8cCd5AlVDBtDSE9nbLMtVx4+gf/lV9vSX6N/2p8niXaLRZNyB46O1P0TtofjaOFXa3TIgAtsP4Le2FykKdgw8B4tA2r211m6Wl4vH5ZoTlUftHnb1pPuQAlOgkNda4sHsweN2nZYA/0Txqr6C1a2dqo=
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 Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"managed_blueprints_destroy"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/managed/blueprints/{instance_uuid}/"}
>
</MethodEndpoint>
Blueprint instances
<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":"instance_uuid","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Blueprint Instance.","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>