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