Leave a Community
This endpoint allows to leave a community.
Leave a Community
POST
https://api.whisk.com/community/v2/{community_id}/leave
You can use the following path parameter to leave a particular community:
Path Parameters
Name | Type | Description |
---|---|---|
community_id | string | The community identifier. For example, |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | User Access token containing |
Sample Request and Response
Whisk has its OpenAPI Specs published on Swagger to let you try out the API calls directly in your browser. You can call this endpoint here.
Last updated