Deletes a membership with a specified organization ID and user ID.
Security
SecretApiKey or JWT
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
Example:4f6cf35x-2c4y-483z-a0a9-158621f77a21
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/memberships/{organizationId}/{userId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/memberships/{organizationId}/{userId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/memberships/{organizationId}/{userId}
- SecretApiKey
- JWT
curl -i -X DELETE \
https://www.rebilly.com/_mock/catalog/all/memberships/4f6cf35x-2c4y-483z-a0a9-158621f77a21/4f6cf35x-2c4y-483z-a0a9-158621f77a21 \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Membership deleted.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Response
No content