Files
SAE-BUT2-backend/tests/Users/Delete user.bru
T

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
}