finnow/finnow-api/bruno-api/Finnow/Profiles/Delete Profile.bru

20 lines
209 B
Plaintext
Raw Normal View History

meta {
name: Delete Profile
type: http
seq: 2
}
delete {
url: {{base_url}}/profiles/:name
body: none
auth: bearer
}
params:path {
name: {{profile}}
}
auth:bearer {
token: {{access_token}}
}