StrikekitStrikekit

api delete

HTTP DELETE with optional body or body file

Syntax

When I api delete "<path>"
When I api delete "<path>" with body '<json-or-text>'
When I api delete "<path>" with body file "<filename>"

Examples

When I api delete "/orders/ord-1"
Then I api should status "204"

On this page