Delete a layout

Removes a specific layout by its unique identifier layoutId

DELETE
/v2/layouts/{layoutId}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

layoutIdRequiredstring

The unique identifier of the layout

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

curl -X DELETE "https://api.novu.co/v2/layouts/string" \
  -H "idempotency-key: string" \
  -H "Authorization: <token>"
Empty

On this page

No Headings
Edit this page on GitHub