Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 568 Bytes

File metadata and controls

25 lines (15 loc) · 568 Bytes

deleteAppPassword

Revoke an app password. Takes effect immediately — any IMAP session or API call using it stops authenticating.

HTTP: DELETE /api/app-passwords/{id}

Parameters

Name In Description
id path

Returns

ok-response — see the ok-response schema.

Example

$res = $mk->deleteAppPassword('apw_6Kd3PqR7');

← All methods · Docs · mailkite.dev