cURL
curl --request DELETE \ --url https://api.edgee.app/v1/components/{id} \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "id": "<string>", "deleted": true }
Delete an existing Component by Uuid.
Was this page helpful?