Use this call to leave a specific volume of which you're a member. The volume is specified as volume_id and consists of the owner and name of a volume (for example rfranklin/my-first-volume).
Request
https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/storage/volumes/{volume_id}/members/leave
POST /v2/storage/volumes/rfranklin/my-first-volume/members/leave HTTP/1.1
Host: api.sb.biodatacatalyst.nhlbi.nih.gov
X-SBG-Auth-Token: 3259c50e1ac5426ea8f1273259740f75
curl -s -H "X-SBG-Auth-Token: 6282d5e2121d43e7900e9d52b15845e7" -H "Content-type: application/json" -X POST "https:/api.sb.biodatacatalyst.nhlbi.nih.gov/storage/volumes/rfranklin/my-first-volume/members/leave"
Header Fields
| Key | Description of value |
|---|---|
X-SBG-Auth-Tokenrequired | Your authentication token. |
Content-typerequired | application/json |
Path parameters
| Key | Data type of value | Description of value |
|---|---|---|
volume_idrequired | String | The volume that you want to query, which consists of username of the volume owner and volume name, for example rfranklin/my-first-volume. |
Response
See a list of response codes that may be contained in the body of the response.
If the request was executed properly, there will be no response body for this request.
