finnow/finnow-api/bruno-api/Finnow/Accounts/Delete Account.bru

21 lines
258 B
Plaintext
Raw Permalink Normal View History

meta {
name: Delete Account
type: http
seq: 4
}
delete {
url: {{base_url}}/profiles/:profile/accounts/:accountId
body: none
auth: bearer
}
params:path {
profile: {{current_profile}}
accountId: 1
}
auth:bearer {
token: {{access_token}}
}