# Delete a Blueprint Step **DELETE /api/v1/automation-blueprints/{automationBlueprint_uuid}/blueprint-steps/{blueprintStep_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **automationBlueprint_uuid** (string) The UUID of the automation blueprint. - **blueprintStep_uuid** (string) The UUID of the blueprint step. ## Responses ### 204 #### Body: application/json (object) - **uuid** (string) Uuid of the Blueprint Step - **created_at** (string) Datetime the Blueprint Step was created - **updated** (string) Datetime the Blueprint Step was updated - **name** (string) Description of the action that the automation step is taking - **type** (string) Type of action to take on this step - **configuration** (object) The configuration of this step - **condition_state** (boolean) If the step is a type of condition, this will be the branch that the step follows on. - **parent_step_uuid** (string) Uuid of the parent step, can be null if this is the root step [Powered by Bump.sh](https://bump.sh)