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

276 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: eJytVMlu2zAQ/RWBpxYwLDfJofCpbmMUBpIgaJJeAsOgxLHFmCIZkjJqCPr3zmiJlMjJoehJFDnLe2+WkhkLjgdp9EqwOcu55jsQm0QVYJ3UwW8E+ODMkU0YnlInLRmj6ffOJJLaB65T8GhjueM5BHCezR9LJsnS8pDhk8YH/OusN0UhBV77NIOcs3nJwtGSAaaTeocvW+NyHvCmtqzeAlhEDw+ry6gxj6QAHeT2SOeQSR/1+FZtxinGdPBcSAfINbgCqvWEBb4jrB11hlce0sLJcKwp8CJkFHqPf2tycOCt0R7pIuaz2QV9XiO7MVFnFCVGHAn7xWxGhqnRAaPRkVurZFprHz95cizHYpjkCdIwEv83V1LUrtHSOeNIeUelDLLBpY3ebCUosQF694OQ3DlO5ZQBcj/WvUKwqRFw+oULISktV7fDfPgSZFDwClqDrKpGlWv0OP+PevwEDU6m0eJ29Y4gAgKX6gSpj9j23fLYBVj3TNukH9DEKxyGzNBoCVA4F/WI4DjMWdw2XNzPWly+Go4qpvEAd+imqXCKHLmV8eE8ZtWgVe9IqIbpoGFfOGUh2G7W6D8B7sDVAKXemtqyZdW7Txhlbriczc4upl+nX0bKX/M9jVzn1dQv8jK3qh44KjBP6wJjJakCLAOlzLedeck0lYbqgNUHHJm6fZtdcb26xxANbaLg53G8kyErkmlq8ngQIu5PiTIJiit1fLX6sby5W9Y0rfEBFR8Eb/WPev2jd3bdoE3fWXutzAH+hNgqzE18atxlW+9+wUxYnxF/5m8XIrVYhmjJpywT7uHBqaqi6+cCHG0lPB64kzyhimFjCOnpjG225crDB/A//Wpb+nP0T/vzJNFusWhS7sDRkbp/wvZwHC38ao0OGXCB7UfQG5tFmoINA+/RMqBmf5mly+XV8n6J5lT1QZu3bT3pDpTgJDjUtba4N3vQqG2HNdA/Yayqv1PLdqk=
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={"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>