Ploi Core
Ploi Core

Delete user

Delete user

Delete a specific user.

DELETE api/users/{user}

Example request:

curl -X DELETE "https://panel.example.hosting.com/api/users/1" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"