18 lines
270 B
YAML
18 lines
270 B
YAML
info:
|
|
name: Delete Filament
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: DELETE
|
|
url: "{{base_url}}/api/v1/filaments/{{filament_id}}"
|
|
auth:
|
|
type: bearer
|
|
token: "{{access_token}}"
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|