curl --request DELETE \
--url https://api.trieve.ai/api/invitation/{invitation_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'
This response does not have an example.
Delete an invitation by id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
curl --request DELETE \
--url https://api.trieve.ai/api/invitation/{invitation_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'
This response does not have an example.
The organization id to use for the request
The id of the invitation to delete
Ok response. Indicates that invitation was deleted.
Was this page helpful?