DELETE /v2/certificates_users/:id
Destroy a certificates user
live_help Notes
assignment
This action requires one of theses roles:
Advanced tutor
settings Params
Param name | Description |
---|---|
id |
required
. Must be String
The requested id |
certificates_user | optional , nil allowed . Must be a Hash |
certificates_user[certificate_id] |
optional
. Must be Fixnum
The certificate id. Must be unique in the scope of a given user. |
certificates_user[user_id] |
optional
. Must be Fixnum
The user id. |
certificates_user[certificate_number] |
optional
, nil allowed
. Must be Fixnum
The certificate number. |
certificates_user[qrcode] |
optional
, nil allowed
. Must be File
The qrcode. |
certificates_user[pdf] |
optional
, nil allowed
. Must be File
The pdf. |