curl --request POST \
--url https://api.example.com/pipes/delete \
--header 'Content-Type: application/json' \
--data '
{
"pipe_id": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/pipes/delete \
--header 'Content-Type: application/json' \
--data '
{
"pipe_id": "<string>"
}
'{}The response is of type object.
Was this page helpful?