Accounts
Account Auth Method Delete
Deletes the specified authentication method from the account. This is irreversible however if this authentication method is the only remaining method for the account, this operation will fail with a 400 bad request.
Deletes the specified authentication method from the account. This is irreversible however if this authentication method is the only remaining method for the account, this operation will fail with a 400 bad request.
DELETE
/accounts/self/auth-methods/{auth_method_id}storyden-session<token>
In: cookie
Path Parameters
auth_method_idstring
Response Body
curl -X DELETE "https://loading/api/accounts/self/auth-methods/string"{
"active": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22Z",
"name": "string",
"identifier": "string",
"provider": {
"provider": "string",
"name": "string",
"link": "string"
}
}
],
"available": [
{
"provider": "string",
"name": "string",
"link": "string"
}
]
}Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}