Delete a membership
How to delete an existing membership via API
Request
Example
curl -g -X DELETE \
'https://provisioning.commercelayer.io/api/memberships/xYZkjABcde' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer {{your_access_token}}'Last updated