mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
45 lines
4.9 KiB
Plaintext
45 lines
4.9 KiB
Plaintext
---
|
|
id: delete-profile
|
|
sidebar_label: Delete a single profile
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFVU1vGzkM/SuETlvAX0mcbdfAHgLECxjYFkXjngIfaA3HVjsjTfWRZDCY/77kyImddVugp/pgSyIpvUc+0p1yDXmMxtlVoRaqoIoiffSuNBWpEe+D9qYRO1tvBysgBGN3FUHz4hdxF9TiXh1OgtqMVIMea/b3YumU5Q3fYQp2N3Jbg3F/9sTqFlwJcU/gtl9IR4gOPEVv6IFGkJoCI/86Dxkpx3v6lownRh99opEKek81qkWnYtvIi4Gj7Y49S+drjHyS0oCCnrBuKnG5uJz/WbzbXo1RX/41ns8ursfvLq7n44JwPr+a49urElXfb+S10DgbmCE/cDmby89rBmvGfkggPGKAkLSmEMpUVe0BdTFR/UjNZ7Pz6KX3z+QYNBwroZ2NZKNEYNNURg9Fm34JEtads87p40AuCZc4mgyZ5P7zZ2+gZoy4I8jnW3lcqjD48wojOK2Tl0SP/pfZfviM1PX3CK0YtrdYwR35B/KQCY6lqMlbKsBZSHaPtqh4Q0+ahsgw+c2cX+njznnfQnAs5714PTIqePTuhTyzF5s79pCgEIEv1PS5KaadKXo+D0MmclckX7HLPsYmLKbTjumijR+4VfqJdZb4fdcSTbSrp9gYDn5Ab3BbZWZH90yvxFSJwFHXpN1Zc60Hd5BOBAzB7CT/3GA6hcjcvJDZCD4utIntAHBL6MnfJKFyvzk130n6M45Tp5dqCCl16EfZZyc+yYt/nrtx7b6SZRj8/Xfrks9LJTk1tnRyo6QrU7iYzCYzUaCJQ2U+LD+9h5uPq3OuXMhnI2i0sCVIIfPFoSOBNQe1K0zZgmTVpcCqDIyArWAsDGDIPhgudM0VF0myCInbX0AdBtr71XrA2rgQa7Qnlh+Py1dQu6POfzZhc1IjPcVpUyFPUH5zUE93ENrJ9B2pBU84rtWeQYml67YY6LOv+l6OvyXyUt7NUU9DsQsTZM0qLrEK9BOgf3w6jN038Osj+7tcDodo20HlVZIdL79Sm/82+g177QkLFpGAzYYbLRPjJORsUohmX5rzdvnvcr3kgv0HYX1nIQ==
|
|
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 single profile' (delete-profile)"
|
|
---
|
|
|
|
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 single profile</h1>
|
|
|
|
<MethodEndpoint method={"delete"} path={"/profiles/{id}"}></MethodEndpoint>
|
|
|
|
|
|
|
|
Delete a single profile
|
|
|
|
## 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={"204"} value={"204"}><div>
|
|
|
|
The Profile was successfully deleted.
|
|
|
|
</div><div></div></TabItem><TabItem label={"400"} value={"400"}><div>
|
|
|
|
Error deleting Profile
|
|
|
|
</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={"string"} qualifierMessage={undefined} schema={{"description":"A message describing the error that occurred","type":"string"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n \"error\": \"string\"\n}"} 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> |