v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490380385.5 KB

Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair. This operation is supported in volume and tape gateway types.

post/#X-Amz-Target=StorageGateway_20130630.DeleteChapCredentials

Headers

X-Amz-Target'StorageGateway_20130630.DeleteChapCredentials' required

Request body

TargetARNstring required

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for specified VolumeARN.

InitiatorNamestring required

The iSCSI initiator that connects to the target.

Response

Success

TargetARNstring

The Amazon Resource Name (ARN) of the target.

InitiatorNamestring

The iSCSI initiator that connects to the target.

Example response

{
  "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
  "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
}