Delete License Key
Delete a License Key
Request
            
                URI
                    
                                DELETE                            
                            https://sfo-vcf01.rainpole.io/v1/license-keys/{key}
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                key            
                            Required
            
            
        The 29 alpha numeric character license key with hyphens
Responses
                        
                200            
            
        OK
Operation doesn't return any data structure
            
            
                    
                204            
            
        No content
Operation doesn't return any data structure
            
            
                    
                404            
            
        License key not found
Operation doesn't return any data structure
            
            
                    
                500            
            
        Internal server error
                Returns 
                
                                    
                        Error                    
                
                of type(s)
                
                    */*                
            
        
        {
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "context": {
        "context": "string"
    },
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                arguments            
                            Optional
            
            
        The arguments used to localize the message, Can be used by scripts to automate the error processing.
            
            
                                    object
                
                
            
        
        
                context            
                            Optional
            
            
        The error context (e.g. the component where it occurred).
            
            
                                    string
                
                
            
        
        
                errorCode            
                            Optional
            
            
        The minor error code
            
            
                                    string
                
                
            
        
        
                errorType            
                            Optional
            
            
        The error type
            
            
                                    string
                
                
            
        
        
                message            
                            Optional
            
            
        The localized error message
            
            
                                    string
                
                
            
        
        
                referenceToken            
                            Optional
            
            
        A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
            
            
                                    string
                
                
            
        
        
                remediationMessage            
                            Optional
            
            
        The localized remediation error message
