DELETEhttps://api.spotinst.io/functions/pattern/{patternId}?accountId={spotinst-account-id}
Delete a pattern
Parameter | Type | Description |
---|---|---|
patternId * |
String |
The pattern ID |
accountId |
String |
The account ID
Example:
act-12345
|
Request
Headers
{ "Content-Type": "application/json", "Authorization": "Bearer ${TOKEN}" }
Response - 200
Headers
{ "Content-Type": "application/json" }
Body
{ "status": { "code": 200, "message": "OK" } }