When to use this
Use delete only when you need to permanently remove a position.GraphQL Request
Please make sure to replace the position ID. Reminder: Deleting a position deletes all data related to it, including all interviews. Don’t forget to update the Hireflix API Key in theheaders.
Explanation
- id – the position you want to remove.
- delete – returns a boolean-like result (implementation dependent).
Treat any GraphQL
errors as a failed delete.Example Response
Learn next?
Let’s learn how to create and use webhooks.

