機械翻訳について

資格証明タイプの削除

delete

/api/v2/credential_types/{id}/

このリソースに対してDELETEリクエストを行って、この資格証明タイプを削除します。

リクエスト

サポートされているメディア・タイプ
パス・パラメータ
問合せパラメータ
先頭に戻る

レスポンス

サポートされているメディア・タイプ

204レスポンス

401レスポンス

本文
レスポンスの例(application/json)
{
    "detail":"Authentication credentials were not provided. To establish a login session, visit /api/login/."
}

403レスポンス

本文
レスポンスの例(application/json)
{
    "detail":"Credential types that are in use cannot be deleted"
}
先頭に戻る