cURL
curl --request DELETE \ --url https://app.heyoo.ai/api/inspiration-questions/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Delete an inspiration question in the workspace.
Default authentication mechanism
The ID of the inspiration question to delete.
The inspiration question was successfully deleted.
The ID of the deleted inspiration question.
Was this page helpful?