Unassign Sla Profile
Unassign the given SLA profile from the local VMware Cloud Director organization
Request
URI
DELETE
https://{api_host}//sla-profiles/orgs/{org}/profiles/{profileId}
COPY
Path Parameters
string
org
Required
The short name of the local VMware Cloud Director organization
org example
org1
string
profileId
Required
Unique UUID of the profile
profileId example
9365494c-286b-4459-8be2-e7d0799a887b
Header Parameters
string
operationID
Optional
Operation ID for correlating logs across multiple services
Authentication
This operation uses the following authentication methods.
Responses
204
No Content
Operation doesn't return any data structure
401
The returned error codes include (but are not limited to):
- NotAuthenticated
Returns ApiError of type(s) application/json;charset=UTF-8
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional
Positional arguments.
string
code
Optional
Specific error code.
string
msg
Optional
Detailed error message.
string
stacktrace
Optional
Exception stacktrace.
500
The returned error codes include (but are not limited to):
- GeneralServerFailure
Returns ApiError of type(s) application/json;charset=UTF-8
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional
Positional arguments.
string
code
Optional
Specific error code.
string
msg
Optional
Detailed error message.
string
stacktrace
Optional
Exception stacktrace.
On This Page
Sla Profiles Operations
POST
Assign Sla Profile
GET
Sla Profiles
DELETE
Unassign Sla Profile