Delete a fact table. The fact table can only be deleted if there are no metrics referencing it.
cURL
curl --request DELETE \ --url https://metrics.eu.confidence.dev/v1/factTables/{factTable} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?