Skip to main content
DELETE
Delete Credential

Overview

Deletes a credential record owned by the caller. The actual secret inside your vault is unaffected — only the ScrapEngine reference (vault integration ID, path, field map, allow-list) is removed. Subsequent runs of the authenticate task action that reference this credential ID will fail with a not-found error.

Path Parameters

string
required
Credential ID (UUID).

Example Request

Response

Success Response (204)

Empty body.

Error Responses