mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
19 lines
483 B
YAML
19 lines
483 B
YAML
delete:
|
|
summary: Delete a user profile assignment
|
|
operationId: deleteUserProfile
|
|
description: Delete a user profile assignment
|
|
tags:
|
|
- user profiles
|
|
parameters:
|
|
- $ref: "../parameters/path/id.yaml"
|
|
responses:
|
|
'200':
|
|
description: "User profile was destroyed"
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |