# Delete API Key **POST /Api/Delete/Key** This process disables an active key if it was created by your access key and it is not your own. This proces also sets the end date to the current time. *Secret Hmac and Today Code Required. No Caching.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac & Authorization today ## Parameters ### Body: (object) > info > Only one of the KeyId or ApiKey are needed. If both KeyId and ApiKey are passed, they must match the same record. - **KeyId** (number) Optional key id for the record to edit (ApiKey required if this is omitted) - **ApiKey** (string) Optional API Key for the record to edit (KeyId required if this is omitted) ## Responses ### 200 Deleted API Key successfully #### Body: (object) - **DeleteDate** (string) The date this key was removed. ### 404 Not Found - ID Not Found or Not Authorized. #### Body: (string) string [Powered by Bump.sh](https://bump.sh)