Files
XIVPlan-DB/.bruno/User Endpoints/unenroll user.bru
2026-04-09 01:44:41 -04:00

25 lines
265 B
Plaintext

meta {
name: unenroll user
type: http
seq: 3
}
delete {
url: http://localhost:14014/api/unenroll
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"deleteCode": ""
}
}
settings {
encodeUrl: true
timeout: 0
}