Delete an Automation Blueprint

DELETE /api/v1/automation-blueprints/{automationBlueprint_uuid}

Path parameters

  • automationBlueprint_uuid string Required

    The UUID of the automation

DELETE /api/v1/automation-blueprints/{automationBlueprint_uuid}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/automation-blueprints/dcf0-484e-a0c5-08590fe89a84-f6aa1670' \
 --header "Authorization: Bearer $ACCESS_TOKEN"