Delete a user by their external ID.
cURL
curl --request DELETE \ --url https://playground.answeringagent.com/api/v1/users/{external_id} \ --header 'X-API-KEY: <api-key>'
{ "message": "User deleted successfully" }
Documentation IndexFetch the complete documentation index at: https://docs.answeringagent.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.answeringagent.com/llms.txt
Use this file to discover all available pages before exploring further.
User deleted successfully.
"User deleted successfully"