Drops a PostgreSQL replication slot if it is inactive or lost.
cURL
curl --request POST \ --url https://api.artie.com/connectors/{uuid}/postgres-drop-replication-slot \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "slotName": "<string>" } '
API key passed as a Bearer token in the Authorization header.
No Content
Was this page helpful?