Files
bookhoard/bruno-yaml/user/admin/Delete Account.yml
T

26 lines
507 B
YAML

info:
name: Delete Account
type: http
seq: 4
http:
method: DELETE
url: '{{base_url}}/api/auth/account'
auth: inherit
body:
type: none
docs: |-
## Delete Account
Permanently deletes user account and all associated data.
**Method:** DELETE
**Endpoint:** /api/auth/account
**Authentication:** Required
**Usage:**
- **Self-deletion**: DELETE /api/auth/account (no parameters)
- **Admin deletion**: DELETE /api/auth/account?user_id={uuid