Storage
Unlink SSH key from SFTP storage
Removes SSH key association from an SFTP storage, disabling passwordless authentication for that key. The key itself remains available for other storages.
Deprecated: Use PATCH /v4/sftp_storages/{storage_id} with ssh_key_ids array instead.
post/storage/provisioning/v1/storage/{storage_id}/key/{key_id}/unlink
Path parameters
storage_idinteger required
key_idinteger required
Response
A SuccessResponse is a response that shows that operations was completed successfully