cURL
curl --request POST \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/event-types/{eventTypeId}/deprecate \ --header 'Authorization: <api-key>'
{ "message": "<string>", "status": true, "data": { "event_type": { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "id": "<string>", "name": "<string>" } } }
This endpoint creates an event type
Project ID
Event Type ID
Created
Show child attributes
Was this page helpful?