cURL
curl --request DELETE \ --url https://api.gotrebol.com/account-flows/{id_slug} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Flujo eliminado correctamente" }
Elimina un flujo de cuenta existente por su id_slug
Documentation IndexFetch the complete documentation index at: https://gotrebol.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gotrebol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Identificador único del flujo a eliminar
Flujo eliminado exitosamente
true
"Flujo eliminado correctamente"
Was this page helpful?