-
Notifications
You must be signed in to change notification settings - Fork 3
delete_credentials_bind_instance
Alberto Gonzalez edited this page Jun 19, 2017
·
2 revisions
Delete the association of credentials to the specified instance-id. Note that this does not delete the instance, only the credentials associated with it.
DELETE /api/credentials/bind/instance/{instance-id}/?sid={sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>
A string of comma separated instance ids whose bindings are to be deleted removed.
Status code, Status string
DELETE /api/credentials/bind/instance/14
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324
{
"instance_ids":"51,85,22"
}
200 Success