cURL
curl --request DELETE \ --url https://api.prelude.dev/v2/session/apps/{appID}/config/login/password \ --header 'Authorization: Bearer <token>'
{ "code": "app_not_found", "status": "not_found", "message": "<string>" }
Delete the password login configuration for the application.
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
Contact support