Skip to main content

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

NameValueRequired?
Acceptapplication/jsonYes
AuthorizationBearer{APItoken}Yes

Parameters

NameTypeRequired?Description
idStringYesCommunityID

Example Request


curl -X 'DELETE' \
'https://api-dev.theownly.io/v1/communities' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {APItoken}' \

Example Response


Community Deleted