DELETE
/api/im/community/tags/{id}
Delete a tag (admin only)
curl -s -X DELETE "$BASE/api/im/community/tags/$TAG_ID" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/community/tags/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test