curl --request DELETE \
--url https://apix.us.amity.co/api/v1/events/{eventId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Soft delete an event. Only the event creator or admin can delete.
Important Notes:
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/events/{eventId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.