Skip to main content

Delete Multiple Rapid Models

POST 

/api/v1/rapidmodel/delete

Request

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    ids integer[]required

    An array of rapid model ids that should be deleted

Responses

success

Schema

    string

Loading...