--- title: "Delete a subscription training key by id" slug: "delete-a-subscription-training-key-by-id" updated: 2024-10-25T18:04:27Z published: 2026-02-10T22:32:35Z canonical: "docs.skillable.com/delete-a-subscription-training-key-by-id" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.skillable.com/llms.txt > Use this file to discover all available pages before exploring further. # Delete a subscription training key by id Get/DeleteSubscriptionTrainingKey Allows you to delete a subscription training key that has not been converted into a valid subscription assignment. **NOTE:** A subscription training key can not be deleted once it has been converted into a valid subscription assignment. SecurityAPI Key: api_keyHeader parameter nameapi_key Query parametersidstringRequired The Id of the subscription training key. Responses200 OK Response object Statusinteger (int32) Indicates the status of the API request. 0 = Success 10 = Error 20 = Not found 30 = Invalid integration key Example10 Errorstring | null Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).