22 lines
219 B
Plaintext
22 lines
219 B
Plaintext
meta {
|
|
name: Delete user
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
delete {
|
|
url: {{url}}/api/users
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
X-XSRF-TOKEN:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|