Delete application profile
DELETE/api/v1/applications/profiles/:profileId
Deletes a specific application profile from an organization
Request
Path Parameters
profileId stringrequired
Application Profile Id
Header Parameters
X-API-KEY stringrequired
APIKey
Responses
- 204
- 403
- 404
- 500
Application profile successfully deleted
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"
}
application profile not found
- 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...