Files
blink/backend/apis/BlinkApiCollection/DeletePerson.bru
2025-04-18 11:40:52 +02:00

16 lines
179 B
Plaintext

meta {
name: DeletePerson
type: http
seq: 21
}
delete {
url: http://localhost:3000/api/people/me
body: none
auth: none
}
headers {
User-Agent: insomnia/2023.5.8
}