delete https://a.klaviyo.com/api/flows/
Delete a flow with the given flow ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:write
Responses
204Success
Delete a flow with the given flow ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:write
204Success
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/flows/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2024-10-15'
xxxxxxxxxx
14{
"errors": [
{
"id": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
}
}
]
}