v1.0.0
OpenAPI 3.1.0

Delete a component

US region

Client Libraries

Delete a component

Delete a component. Note, this deletes any component. If you delete a component in use, the emails that reference it could fail to send.

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The UUID of the component.

Responses
  • 204

    Component deleted

  • application/json
  • application/json
Request Example for delete/v1/design_studio/components/{id}
curl https://api.customer.io/v1/design_studio/components/123e4567-e89b-12d3-a456-426614174000 \
  --request DELETE
No Body