DeleteCommunities
You can fetch a list of all your communities or fetch, create, update, delete a specific one using the Ownly API.
Request URL
GET https://api-dev.theownly.io/v1/communities
Headers
Name | Value | Required? |
---|---|---|
Accept | application/json | Yes |
Authorization | Bearer{APItoken} | Yes |
Parameters
Name | Type | Required? | Description |
---|---|---|---|
id | String | Yes | CommunityID |
Example Request
curl -X 'DELETE' \
'https://api-dev.theownly.io/v1/communities' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {APItoken}' \
Example Response
Community Deleted