cURL
curl --request POST \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/event-types/{eventTypeId}/deprecate \ --header 'Authorization: <api-key>'
{ "message": "<string>", "status": true, "data": { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "json_schema": [ 123 ], "name": "<string>", "uid": "<string>" } }
This endpoint deprecates an event type
Documentation IndexFetch the complete documentation index at: https://getconvoy.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
Event Type ID
Created
Show child attributes
Was this page helpful?