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}}