DELETE
/
community
/
{id}
/
experience
/
{experienceId}
curl --request DELETE \
  --url https://api.other.page/v1/community/{id}/experience/{experienceId} \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

experienceId
string
required

Response

200

The experience has been successfully deleted