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