curl --request DELETE \
--url https://api.questra.ai/blocks/{block_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"message": "<string>"
}curl --request DELETE \
--url https://api.questra.ai/blocks/{block_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID of the block to delete