16 lines
221 B
YAML
16 lines
221 B
YAML
info:
|
|
name: Delete Movie
|
|
type: http
|
|
seq: 6
|
|
|
|
http:
|
|
method: DELETE
|
|
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|