mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
45 lines
6.7 KiB
Plaintext
45 lines
6.7 KiB
Plaintext
---
|
|
id: delete-attribute-option
|
|
sidebar_label: Delete a option based attribute value by id
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJyVVd+P2zYM/lcIvXQD8uvucm0XYA/ZLgMyrO1wl/blEBS0TZ/VOpInyekZhv/3kVZySZesQPIQWxIp8uP3kW6Vrchh0NYsMzVTGZUUaB6C00kd6EMlJ2rA+z51Oq5m6q63AgTb70CCnjLAvRdssawJkgZ0xr4Bn7yaParDeXTzaj1QFTrc8GVOTFpleMEBej8toSoMxUn85R3YHELBNyVfKA0QLDji22lLA6irDAM/rYMIh/0d/VNrRwwxuJoGyqcFbVDNWhWaSiJ69jZPbJlbt8HAO3XdZ0HPuKlKMbm6nr7O3iY3Q0yvfxlOJ1e3w7dXt9NhRjid3kzxzU2OquvWEs1XjI+8BLieTOTxPYLfrcm1BJLyMRbcpZrtEHHg1JpAJogvVlWp0954/MXLBe0pghfHygmnQcfw2uT2HM6McqxLAboq9ozAqzYyDp+Ewe4VFOghITL79Bif/AZqeg7Vb5jBPVeafIAh1AaTkoSb1EoJA40ugWUNfch7UfwXYNChJ2RpWGg6+1Ncu8H/230Sqz7MwjnLSuvWEcTtORBLzs8ZLOGB3JYc9D4MhwVWOyMMGYZWoMlKXtBzSlHNF4H7MWckIU8zm8OGvMcngrifMJN9F0T7Y60+WOca8JZbqxCrb5wVfHOWqe/2FMqZPTS9ZCHNNlNjQ59fmvXzrlnHrc46tvF9VWK31q5k8yKEys/G45ahownvuYW7kWH6OBfbEI2Y/jFWmp236LSIokd5MI9Q93rEdEOpPWn6VW8OMiEAvddPwoWIq/aBcToBtpb80trp0PQJJoSO3LwWWI/r4+MHoSLmcWz0woyAUrs5IetoxDvx5Y/9lFjZr9wdQf5/bWzt4quS+u47T8oVIVyNJqPJkTDfL+7fwfzv5SlWJnV/CCnyhCWofcSLacoqANYfbGym8wakqrb2rFDPGfApaAN9MmS2mknfMPsiTxYk8ViSpHaD9t1y1edaWR82aI5OLpvx36XfHvrg0k9FLH6g5zCuStTS11Fl7U6cj+qcONl1xhcwvwUDEau2lUgfXdl1ss0zyYkk1gcN9gLJtJd37oIcS08/APLT/e4T8jNc/vk5i2u3iabpO4PrwCt+/UpN/ATymGJAhBkLT5KNB/NUJs6Ry8mkEZ2/NPfd4q/FasEk/wtIor0Y
|
|
sidebar_class_name: "delete api-method"
|
|
info_path: docs/api/nerm/v1/nerm-api
|
|
custom_edit_url: "https://github.com/sailpoint-oss/developer.sailpoint.com/issues/new?assignees=&labels=&template=bug-report.md&title=%5BBug%5D+Your+Bug+Report+Here Requesting changes to 'Delete a option based attribute value by id' (delete-attribute-option)"
|
|
---
|
|
|
|
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 TabItem from "@theme/TabItem";
|
|
|
|
<h1 className={"openapi__heading"}>Delete a option based attribute value by id</h1>
|
|
|
|
<MethodEndpoint method={"delete"} path={"/ne_attribute_options/{id}"}></MethodEndpoint>
|
|
|
|
|
|
|
|
Delete a option based attribute value by id
|
|
|
|
## Request
|
|
|
|
<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={{"name":"id","in":"path","description":"ID of the object to retrieve, update, or delete","required":true,"schema":{"type":"string","format":"uuid","example":"1246d8b3-ac29-4015-8154-dea4434a73fa"}}}></ParamsItem></ul></div></details><div><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
|
|
|
|
Confirmation of a deleted object
|
|
|
|
</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={"info"} required={false} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","default":"The option '{Option Value}' has been deleted"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n \"info\": \"The option '{Option Value}' has been deleted\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"400"} value={"400"}><div>
|
|
|
|
Bad Request - unable to complete.
|
|
|
|
</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"}}><div><span className={"badge badge--info"}>oneOf</span><SchemaTabs><TabItem label={"InvalidJson"} value={"0-item-properties"}><SchemaItem collapsible={false} name={"error"} required={false} schemaName={""} qualifierMessage={undefined} schema={{"example":"Invalid JSON syntax. Please check your syntax and try again."}}></SchemaItem></TabItem><TabItem label={"ValidationErrors"} value={"1-item-properties"}><SchemaItem collapsible={false} name={"error"} required={false} schemaName={""} qualifierMessage={undefined} schema={{"example":"The <object> failed to create/update"}}></SchemaItem><SchemaItem collapsible={false} name={"errors"} required={false} schemaName={""} qualifierMessage={undefined} schema={{"example":{"attribute":"can't be blank"}}}></SchemaItem></TabItem></SchemaTabs></div></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>
|
|
|
|
Internal Server Error - returned on unhandled exceptions.
|
|
|
|
</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={"error"} required={false} schemaName={""} qualifierMessage={undefined} schema={{"description":"A message describing the error","example":"Sorry something went wrong"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n \"error\": \"Sorry something went wrong\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem></ApiTabs></div></div> |