Delete profile type
DELETEhttps://acmeco.nonemployee.com/api/profile_types/:uid
Delete a profile type by UID (user-specified identifier). All profiles of that type must first be destroyed before the profile type can be destroyed.
Request
Path Parameters
UID of the object to retrieve, update, or delete. A UID or "specified identifier" is a string typically in "snake_case" format that provides a human-readable description of the record. They are commonly used to ensure sandbox, qa, staging and production tenants have the identical configuration items loaded. Every record has a UID assigned when persisted. When not specified the system assigns one by default. A default value looks like a 32 character string of random hexadecimal characters.
Responses
- 200
- 400
- 500
Info about the operation
- application/json
- Schema
- Example (auto)
Schema
A message confirming the operation
object deleted
{
"info": "object deleted"
}
Bad Request - unable to complete.
- application/json
- Schema
- Example (auto)
Schema
- oneOf
- InvalidJson
- ValidationErrors
Invalid JSON syntax. Please check your syntax and try again.
The <object> failed to create/update
{"attribute":"can't be blank"}
{
"error": "Invalid JSON syntax. Please check your syntax and try again."
}
Internal Server Error - returned on unhandled exceptions.
- application/json
- Schema
- Example (auto)
Schema
A message describing the error
Sorry something went wrong
{
"error": "Sorry something went wrong"
}
Authorization: http
name: bearerAuthtype: httpscheme: bearerbearerFormat: Token token=your token
- go
- powershellSailPoint SDK
- pythonSailPoint SDK
- csharp
- curl
- dart
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- r
- ruby
- rust
- shell
- swift
- NATIVE