Skip to content

delete_credentials_bind_instance

Alberto Gonzalez edited this page Jun 19, 2017 · 2 revisions

(DELETE)/credentials/bind/instance

Description

Delete the association of credentials to the specified instance-id. Note that this does not delete the instance, only the credentials associated with it.

Request

Syntax

DELETE /api/credentials/bind/instance/{instance-id}/?sid={sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

A string of comma separated instance ids whose bindings are to be deleted removed.

Response

Status code, Status string

Parameters

Examples

Sample Request

DELETE /api/credentials/bind/instance/14
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324
{
    "instance_ids":"51,85,22"
}

Sample Response

200 Success

Clone this wiki locally