Deletes a discussion board thread.
curl --request DELETE \
--url https://spaces.nexudus.com/api/public/community/board/threads/{threadId} \
--header 'Authorization: Basic <encoded-value>'200 OK on success.
import endpoints from '@/api/endpoints'
await httpClient.delete(endpoints.community.board.threads.delete(101))
curl --request DELETE \
--url https://spaces.nexudus.com/api/public/community/board/threads/{threadId} \
--header 'Authorization: Basic <encoded-value>'