Registries
Delete a container registry credential
Permanently deletes a container registry credential by ID. Rejected
if any pod currently uses this credential to pull its image.
Templates that reference it are not part of that check — they
silently lose the reference (registry becomes null) instead of
blocking the delete.
DELETE
Delete a container registry credential
Authorizations
Runpod API key authentication. Generate an API key in the Runpod console and send it in the Authorization header as Bearer <api_key>. Keys are scoped to the permissions granted when created; requests may return 403 when a valid key lacks access to the requested resource or action.
Path Parameters
Response
Deleted. Response has no body.
Delete a container registry credential