Delete image member

DELETE /v2/images/<IMAGE_ID>/members/<member_id>

Normal response codes: 204

Preconditions
  • The specified image must exist.
  • You must be the owner of the specified image.
Synchronous Postconditions
  • The specified member is removed from the image members.
Troubleshooting
  • Even if you have correct permissions, if you are not the owner of the specified image, the request returns the HTTP 403 error code. Ensure that you meet the preconditions and run the request again. If the request fails again, review your API request.

Request

This table shows the URI parameters for the delete image member request:

Name Type Description
image_id uuid Image ID stored through the image API. Typically a UUID.
member_id String Image member ID. For example, the project ID of the user with whom the image is being shared.

This operation does not accept a request body and does not return a response body.