Delete the password login configuration for the application.
cURL
curl --request DELETE \ --url https://api.prelude.dev/v2/session/apps/{appID}/config/login/password \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.prelude.so/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
No Content