cURL
curl --request DELETE \ --url https://api.joinrefine.io/organizations/{orgId}/catalogs/{catalogId} \ --header 'REFINE_API_KEY: <api-key>'
{ "status": 123, "message": "<string>", "time": "2023-11-07T05:31:56Z", "method": "<string>", "url": "<string>" }
Delete a catalog (soft delete)
API key for authentication
Organization ID (UUID)
Catalog ID (UUID)
Catalog deleted successfully