It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Delete role
editDelete role
editDelete a role.
Request
editDELETE /api/v1/platform/infrastructure/blueprinter/roles/{blueprinter_role_id}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
User-specified Blueprinter role ID. |
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) |
Responses
edit-
200
-
(
EmptyResponse
) The role was successfully deleted. -
400
-
(
BasicFailedReply
) The role is currently running container sets. (code:roles.in_use
) -
404
-
(
BasicFailedReply
) The role can't be found. (code:roles.not_found
) -
409
-
(
BasicFailedReply
) Your request failed because the specified version does not match the persisted version. (code:roles.version_conflict
)
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request example
editcurl -XDELETE {{hostname}}/api/v1/platform/infrastructure/blueprinter/roles/{blueprinter_role_id} \ -u $CLOUD_USER:$CLOUD_KEY