delete component in dashboard
DELETE
api.wexa.ai/dashboard/component/67fdea40aac77be632954f13/67e1367cf4f366b0cff3c3d5
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'api.wexa.ai/dashboard/component/67fdea40aac77be632954f13/67e1367cf4f366b0cff3c3d5' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
"message": "Component deleted successfully",
"deleted_component_id": "67e1367cf4f366b0cff3c3d5"
}
Request
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-23 12:54:47