Bulk delete application profiles
DELETE/api/v1/appplications/profiles/bulk
Delete multiple application profiles from an organization
Request
Header Parameters
X-API-KEY stringrequired
APIKey
- application/json
Body
required
Bulk Delete Request
profileNames string[]required
Responses
- 204
- 400
- 403
- 500
Application profiles successfully deleted
bad request
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
forbidden, you are not allowed to delete this application profile. Please contact your organization admin
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...